Add a document to SearchResults.
C#
public void AddDoc(
string indexPath,
int docId,
int[] hits
);
Parameters
Parameters |
Description |
---|---|
indexPath |
Path of the index that contains this document. |
docId |
Document id of the document in the index. |
hits |
Word offset of the hits in this document. |
See Also